Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MinGW target detection in raw-dylib #94365

Merged
merged 1 commit into from
Feb 28, 2022

Conversation

mati865
Copy link
Contributor

@mati865 mati865 commented Feb 25, 2022

LLVM target doesn't have to be the same as Rust target so relying on it is wrong.

It was one of concerns in #88801 that was not fixed in #90782.

LLVM target doesn't have to be the same as Rust target so relying on it is wrong.
@rustbot rustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Feb 25, 2022
@rust-highfive
Copy link
Collaborator

r? @michaelwoerister

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 25, 2022
@mati865
Copy link
Contributor Author

mati865 commented Feb 25, 2022

cc @ricobbe

@ricobbe
Copy link
Contributor

ricobbe commented Feb 25, 2022

Thanks for the heads-up; this looks entirely reasonable to me.

@michaelwoerister
Copy link
Member

Thanks for the PR, @mati865!

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Feb 28, 2022

📌 Commit c35a1d4 has been approved by michaelwoerister

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 28, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 28, 2022
…askrgr

Rollup of 5 pull requests

Successful merges:

 - rust-lang#89793 (Add `slice::{from_ptr_range, from_mut_ptr_range} `)
 - rust-lang#92642 (Update search location from a relative path to absolute)
 - rust-lang#93389 (regression for issue 90847)
 - rust-lang#93413 (Fix broken link from rustdoc docs to ayu theme)
 - rust-lang#94365 (Fix MinGW target detection in raw-dylib)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit ea39f46 into rust-lang:master Feb 28, 2022
@rustbot rustbot added this to the 1.61.0 milestone Feb 28, 2022
@mati865 mati865 deleted the fix-mingw-detection-for-rawdylib branch February 28, 2022 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants